Navigation
API > API/Runtime > API/Runtime/Engine
At what point in the rerun construction script process is ApplyToActor being called for
| Name | ECacheApplyPhase |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/ComponentInstanceDataCache.h |
| Include Path | #include "ComponentInstanceDataCache.h" |
Syntax
enum ECacheApplyPhase
{
PostSimpleConstructionScript,
PostUserConstructionScript,
NonConstructionScript,
}
Values
| Name | Remarks |
|---|---|
| PostSimpleConstructionScript | |
| PostUserConstructionScript | |
| NonConstructionScript |