Navigation
API > API/Runtime > API/Runtime/Engine
| Name | UParticleModuleVelocityInheritParent |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Classes/Particles/Velocity/ParticleModuleVelocityInheritParent.h |
| Include Path | #include "Particles/Velocity/ParticleModuleVelocityInheritParent.h" |
Syntax
UCLASS (EditInlineNew, HideCategories=Object, MinimalAPI,
Meta=(DisplayName="Inherit Parent Velocity"))
class UParticleModuleVelocityInheritParent : public UParticleModuleVelocityBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UParticleModule → UParticleModuleVelocityBase → UParticleModuleVelocityInheritParent
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UParticleModuleVelocityInheritParent
(
const FObjectInitializer& ObjectInitializer |
Particles/Velocity/ParticleModuleVelocityInheritParent.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Scale | FRawDistributionVector | The scale to apply to the parent velocity prior to adding it to the particle velocity during spawn. | Particles/Velocity/ParticleModuleVelocityInheritParent.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void InitializeDefaults() |
Initializes the default values for this property | Particles/Velocity/ParticleModuleVelocityInheritParent.h |
Overridden from UParticleModule
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Spawn
(
const FSpawnContext& Context |
Particles/Velocity/ParticleModuleVelocityInheritParent.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Particles/Velocity/ParticleModuleVelocityInheritParent.h | ||
virtual void PostInitProperties() |
Particles/Velocity/ParticleModuleVelocityInheritParent.h |