Navigation
API > API/Plugins > API/Plugins/ClonerEffector
| Name | UCEEffectorTargetMode |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/ClonerEffector/Source/ClonerEffector/Public/Effector/Modes/CEEffectorTargetMode.h |
| Include Path | #include "Effector/Modes/CEEffectorTargetMode.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, Within=CEEffectorComponent)
class UCEEffectorTargetMode : public UCEEffectorModeBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UCEEffectorExtensionBase → UCEEffectorModeBase → UCEEffectorTargetMode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UCEEffectorTargetMode() |
Effector/Modes/CEEffectorTargetMode.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| PropertyChangeDispatcher | const TCEPropertyChangeDispatcher< UCEEffectorTargetMode > | Used for PECP | Effector/Modes/CEEffectorTargetMode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
AActor * GetTargetActor() |
Effector/Modes/CEEffectorTargetMode.h |
|
|
TWeakObjectPtr< AActor > GetTargetActorWeak() |
Effector/Modes/CEEffectorTargetMode.h | ||
void SetTargetActor
(
AActor* InTargetActor |
Effector/Modes/CEEffectorTargetMode.h |
|
|
void SetTargetActorWeak
(
const TWeakObjectPtr< AActor >& InTargetActor |
Effector/Modes/CEEffectorTargetMode.h |
Protected
Overridden from UCEEffectorExtensionBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnExtensionActivated() |
Called when extension becomes active | Effector/Modes/CEEffectorTargetMode.h | |
virtual void OnExtensionDeactivated() |
Called when extension becomes inactive | Effector/Modes/CEEffectorTargetMode.h | |
virtual void OnExtensionParametersChanged
(
UCEEffectorComponent* InComponent |
Called to reapply type parameters | Effector/Modes/CEEffectorTargetMode.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& InPropertyChangedEvent |
Effector/Modes/CEEffectorTargetMode.h |