Navigation
API > API/Runtime > API/Runtime/Engine
Inheritance Hierarchy
- FInstanceCacheDataBase
- FActorInstanceData
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ComponentInstanceDataCache.h |
| Include | #include "ComponentInstanceDataCache.h" |
Syntax
struct FActorInstanceData : public FInstanceCacheDataBase
Remarks
Per instance data to be persisted for a given actor
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSubclassOf< AActor > | ActorClass | The class of the actor that the instance data is for |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FActorInstanceData
(
const AActor* SourceActor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ApplyToActor
(
AActor* Actor, |
Iterates over an Actor's components and applies the stored component instance data to each | |
| const UClass * | |||
| bool |