Epic Developer Community Forums
C++ subvariables?
Development
Programming & Scripting
unreal-engine
mightyenigma
(mightyenigma)
October 15, 2020, 3:03pm
3
USTRUCT()
struct MyStruct
{
float MyFloat;
FVector MyVector;
AActor* MyActor;
bool Etc;
};
show post in topic