Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Particles > Orientation
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UParticleModule
- UParticleModuleOrientationBase
- UParticleModuleOrientationAxisLock
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Particles/Orientation/ParticleModuleOrientationAxisLock.h |
Include | #include "Particles/Orientation/ParticleModuleOrientationAxisLock.h" |
Syntax
class UParticleModuleOrientationAxisLock : public UParticleModuleOrientationBase
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TEnumAsByte< EParticleAxisLock > | LockAxisFlags | The lock axis flag setting. |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
UParticleModuleOrientationAxisLock
(
const FObjectInitializer& ObjectInitializer |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | SetLockAxis
(
EParticleAxisLock eLockFlags |
Overridden from UParticleModule
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | Spawn
(
FParticleEmitterInstance* Owner, |
Called on a particle that is freshly spawned by the emitter. |
![]() ![]() |
void | Update
(
FParticleEmitterInstance* Owner, |
Called on a particle that is being updated by its emitter. |
Overridden from UObject
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally |