Navigation
API > API/Plugins > API/Plugins/ClonerEffector
Represents a behavior for an effector to affect clones in a specific way
| Name | UCEEffectorModeBase |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/ClonerEffector/Source/ClonerEffector/Public/Effector/Modes/CEEffectorModeBase.h |
| Include Path | #include "Effector/Modes/CEEffectorModeBase.h" |
Syntax
UCLASS (MinimalAPI, Abstract, BlueprintType, Within=CEEffectorComponent,
Meta=(Section="Mode", Priority=2))
class UCEEffectorModeBase : public UCEEffectorExtensionBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UCEEffectorExtensionBase → UCEEffectorModeBase
Derived Classes
UCEEffectorModeBase derived class hierarchy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Effector/Modes/CEEffectorModeBase.h | |||
UCEEffectorModeBase
(
FName InModeName, |
Effector/Modes/CEEffectorModeBase.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ModeIdentifier | int32 | Unique identifier to pass it to niagara | Effector/Modes/CEEffectorModeBase.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetModeIdentifier() |
Effector/Modes/CEEffectorModeBase.h | ||
TSet< TSubclassOf< UCEEffectorEffectBase > > GetSupportedEffects() |
Effector/Modes/CEEffectorModeBase.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsEffectSupported
(
TSubclassOf< UCEEffectorEffectBase > InEffectClass |
Override if a specific effect is not supported by this mode | Effector/Modes/CEEffectorModeBase.h |
Overridden from UCEEffectorExtensionBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnExtensionParametersChanged
(
UCEEffectorComponent* InComponent |
Called to reapply type parameters | Effector/Modes/CEEffectorModeBase.h |