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.

Functions

Name
Description

InitPrefabSource

Passes the Prefab Reference Component who spawned the prefab actor.

InitialAddPrefabProperties

Passes the initial Prefab Properties Objects.

Last updated