Navigation
API > API/Plugins > API/Plugins/ClonerEffector
| Name | UCEEffectorUnboundType |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/ClonerEffector/Source/ClonerEffector/Public/Effector/Types/CEEffectorUnboundType.h |
| Include Path | #include "Effector/Types/CEEffectorUnboundType.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, Within=CEEffectorComponent)
class UCEEffectorUnboundType : public UCEEffectorTypeBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UCEEffectorExtensionBase → UCEEffectorTypeBase → UCEEffectorUnboundType
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UCEEffectorUnboundType() |
Effector/Types/CEEffectorUnboundType.h |
Functions
Public
Protected
Overridden from UCEEffectorTypeBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnExtensionVisualizerDirty
(
int32 InDirtyFlags |
Called when a visualizer is dirtied to update it | Effector/Types/CEEffectorUnboundType.h |