随笔分类 - UE4反射
摘要:
Override of UFUNCTION in parent class (SlAiEnemyTool) cannot have a UFUNCTION() declaration above it; it will use the same parameters as the original
阅读全文
Override of UFUNCTION in parent class (SlAiEnemyTool) cannot have a UFUNCTION() declaration above it; it will use the same parameters as the original
阅读全文
摘要:
UE4反射编程 获取类名称和类标记 //通过反射获得类名和属性变量 UStudent* Student = NewObject<UStudent>(); UClass* StudentClass = Student->GetClass(); //获取类名称 FString ClassName = S
阅读全文
UE4反射编程 获取类名称和类标记 //通过反射获得类名和属性变量 UStudent* Student = NewObject<UStudent>(); UClass* StudentClass = Student->GetClass(); //获取类名称 FString ClassName = S
阅读全文

浙公网安备 33010602011771号