Navigation
API > API/Plugins > API/Plugins/Text3D
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UActorComponent
- USceneComponent
- TEXT3UText3DCharacterTransform
References
| Module | Text3D |
| Header | /Engine/Plugins/Experimental/Text3D/Source/Text3D/Public/Text3DCharacterTransform.h |
| Include | #include "Text3DCharacterTransform.h" |
Syntax
UCLASS&40;ClassGroup&61;&40;Text3D&41;, HideCategories&61;&40;Collision, Tags, Activation, Cooking&41;,
Meta&61;&40;BlueprintSpawnableComponent&41;&41;
class TEXT3UText3DCharacterTransform : public USceneComponent
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bLocationEnabled | ||
| bool | bRotateEnabled | ||
| bool | bScaleEnabled | ||
| FVector | LocationDistance | ||
| EText3DCharacterEffectOrder | LocationOrder | ||
| float | LocationProgress | ||
| float | LocationRange | ||
| FRotator | RotateBegin | ||
| FRotator | RotateEnd | ||
| EText3DCharacterEffectOrder | RotateOrder | ||
| float | RotateProgress | ||
| float | RotateRange | ||
| FVector | ScaleBegin | ||
| FVector | ScaleEnd | ||
| EText3DCharacterEffectOrder | ScaleOrder | ||
| float | ScaleProgress | ||
| float | ScaleRange |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetLocationDistance
(
FVector Distance |
||
| void | SetLocationEnabled
(
bool bEnabled |
||
| void | SetLocationOrder
(
EText3DCharacterEffectOrder Order |
||
| void | SetLocationProgress
(
float Progress |
||
| void | SetLocationRange
(
float Range |
||
| void | SetRotateBegin
(
FRotator Value |
||
| void | SetRotateEnabled
(
bool bEnabled |
||
| void | SetRotateEnd
(
FRotator Value |
||
| void | SetRotateOrder
(
EText3DCharacterEffectOrder Order |
||
| void | SetRotateProgress
(
float Progress |
||
| void | SetRotateRange
(
float Range |
||
| void | SetScaleBegin
(
FVector Value |
||
| void | SetScaleEnabled
(
bool bEnabled |
||
| void | SetScaleEnd
(
FVector Value |
||
| void | SetScaleOrder
(
EText3DCharacterEffectOrder Order |
||
| void | SetScaleProgress
(
float Progress |
||
| void | SetScaleRange
(
float Range |
||
Overridden from UActorComponent
| Type | Name | Description | |
|---|---|---|---|
| void | OnRegister () |
Called when a component is registered, after Scene is set, but before CreateRenderState_Concurrent or OnCreatePhysicsState are called. | |
| void | OnUnregister () |
Called when a component is unregistered. |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally |