Actor Prefab Class Getter
About
Used by Prefab Reference Components, these overridable objects allows you to control how a prefab actor class is selected.
Get
In C++
Use the various available getters to get the type you want.
In Blueprint
With the dynamic getter node you can retreive the struct you want.
TODO SCREEN
Classes
Here are the default available class getters, but keep in mind you can make your owns by doing BP or C++ subclasses!
Knows as UPSActorPrefabSpawnClassGetterBase
Cannot be directly used. Override this class to handle your project needs.
Last updated