UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ParticleModuleVelocityInheritParent.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3
4#pragma once
5
6#include "CoreMinimal.h"
10#include "ParticleModuleVelocityInheritParent.generated.h"
11
13
14UCLASS(editinlinenew, hidecategories=Object, MinimalAPI, meta=(DisplayName = "Inherit Parent Velocity"))
16{
18
19
23 UPROPERTY(EditAnywhere, Category=Velocity)
25
27 void InitializeDefaults();
28
29 //Begin UObject Interface
30#if WITH_EDITOR
31 virtual void PostEditChangeProperty(FPropertyChangedEvent& PropertyChangedEvent) override;
32#endif // WITH_EDITOR
33 virtual void PostInitProperties() override;
34 //~ End UObject Interface
35
36 //~ Begin UParticleModule Interface
37 virtual void Spawn(const FSpawnContext& Context) override;
38 //~ Begin UParticleModule Interface
39};
40
41
42
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define UPROPERTY(...)
UObject definition macros.
Definition ObjectMacros.h:744
#define GENERATED_UCLASS_BODY(...)
Definition ObjectMacros.h:768
#define UCLASS(...)
Definition ObjectMacros.h:776
Definition ParticleModuleVelocityBase.h:13
Definition ParticleModuleVelocityInheritParent.h:16
Definition ParticleEmitterInstances.h:226
Definition UnrealType.h:6865
Definition DistributionVector.h:59