Navigation
API > API/Plugins > API/Plugins/ClonerEffector > API/Plugins/ClonerEffector/Effector > API/Plugins/ClonerEffector/Effector/Modes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UCEEffectorExtensionBase
- UCEEffectorModeBase
- UCEEffectorTargetMode
References
| Module | ClonerEffector |
| Header | /Engine/Plugins/Experimental/ClonerEffector/Source/ClonerEffector/Public/Effector/Modes/CEEffectorTargetMode.h |
| Include | #include "Effector/Modes/CEEffectorTargetMode.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, Within=CEEffectorComponent)
class UCEEffectorTargetMode : public UCEEffectorModeBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakObjectPtr< AActor > | InternalTargetActorWeak | ||
| TWeakObjectPtr< AActor > | TargetActorWeak | The actor to track when mode is set to target |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| AActor * | |||
| TWeakObjectPtr< AActor > | |||
| void | SetTargetActor
(
AActor* InTargetActor |
||
| void | SetTargetActorWeak
(
const TWeakObjectPtr< AActor >& InTargetActor |
Overridden from UCEEffectorExtensionBase
| Type | Name | Description | |
|---|---|---|---|
| void | Called when extension becomes active | ||
| void | Called when extension becomes inactive | ||
| void | OnExtensionParametersChanged
(
UCEEffectorComponent* InComponent |
Called to reapply type parameters |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& InPropertyChangedEvent |
Called when a property on this object has been modified externally |
Constants
| Name | Description |
|---|---|
| PropertyChangeDispatcher | Used for PECP |