Navigation
API > API/Plugins > API/Plugins/ClonerEffector
| Name | UCEEffectorPushMode |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/ClonerEffector/Source/ClonerEffector/Public/Effector/Modes/CEEffectorPushMode.h |
| Include Path | #include "Effector/Modes/CEEffectorPushMode.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, Within=CEEffectorComponent)
class UCEEffectorPushMode : public UCEEffectorModeBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UCEEffectorExtensionBase → UCEEffectorModeBase → UCEEffectorPushMode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UCEEffectorPushMode() |
Effector/Modes/CEEffectorPushMode.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| PropertyChangeDispatcher | const TCEPropertyChangeDispatcher< UCEEffectorPushMode > | Used for PECP | Effector/Modes/CEEffectorPushMode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ECEClonerEffectorPushDirection GetPushDirection() |
Effector/Modes/CEEffectorPushMode.h |
|
|
const FVector & GetPushStrength() |
Effector/Modes/CEEffectorPushMode.h |
|
|
void SetPushDirection
(
ECEClonerEffectorPushDirection InDirection |
Effector/Modes/CEEffectorPushMode.h |
|
|
void SetPushStrength
(
const FVector& InStrength |
Effector/Modes/CEEffectorPushMode.h |
|
Protected
Overridden from UCEEffectorExtensionBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnExtensionParametersChanged
(
UCEEffectorComponent* InComponent |
Called to reapply type parameters | Effector/Modes/CEEffectorPushMode.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& InPropertyChangedEvent |
Effector/Modes/CEEffectorPushMode.h |