Prefab Source Interface
About
If you want to simply retreive the Prefab Properties Objects and not store them after, you can implement the Prefab Source Interface on your prefab actor instead of using a PRC.
Like for the Prefab Source Component this is an optional interface that can be used as an accessor to runtime data such as getting the Prefab Properties Objects.
Functions
Name
Description
InitPrefabSource
Passes the Prefab Reference Component who spawned the prefab actor.
InitialAddPrefabProperties
Passes the initial Prefab Properties Objects.
Last updated