- Fields
FString PropertiesContainerName;
This represents an object instance that has been spawned in with a call to SpawnObject.
Each spawned instance will have it’s own unique Properties Container, represented by PropertiesContainerName
. This lets you set each object’s properties individually.
...