UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Distribution.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"
8#include "UObject/Object.h"
9#include "Distributions.h"
10#include "Distribution.generated.h"
11
13
14UENUM()
22
23#if !CPP //noexport struct
25USTRUCT(noexport)
52#endif
53
54#if !CPP //noexport struct
55// Base class for raw (baked out) Distribution type
56USTRUCT(noexport)
62#endif
63
64UCLASS(DefaultToInstanced, collapsecategories, hidecategories=Object, editinlinenew, abstract,MinimalAPI)
66{
68
69
70 static const float DefaultValue;
71
72 //~ Begin UObject Interface.
73 virtual bool IsPostLoadThreadSafe() const override;
74 //~ End UObject Interface
75};
76
virtual bool IsPostLoadThreadSafe() const override
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
DistributionParamMode
Definition Distribution.h:16
@ DPM_MAX
Definition Distribution.h:20
@ DPM_Normal
Definition Distribution.h:17
@ DPM_Direct
Definition Distribution.h:19
@ DPM_Abs
Definition Distribution.h:18
ENGINE_API uint32 GDistributionType
Definition Distributions.cpp:32
#define UPROPERTY(...)
UObject definition macros.
Definition ObjectMacros.h:744
#define GENERATED_UCLASS_BODY(...)
Definition ObjectMacros.h:768
#define UCLASS(...)
Definition ObjectMacros.h:776
#define UENUM(...)
Definition ObjectMacros.h:749
#define USTRUCT(...)
Definition ObjectMacros.h:746
USkinnedMeshComponent float
Definition SkinnedMeshComponent.h:60
uint8_t uint8
Definition binka_ue_file_header.h:8
uint32_t uint32
Definition binka_ue_file_header.h:6
Definition CurveEdInterface.h:11
Definition Array.h:670
Definition Distribution.h:66
Definition Object.h:95
Definition Distribution.h:27
uint8 Op
Definition Distribution.h:38
float TimeScale
Definition Distribution.h:29
uint8 EntryCount
Definition Distribution.h:41
uint8 SubEntryStride
Definition Distribution.h:47
uint8 EntryStride
Definition Distribution.h:44
float TimeBias
Definition Distribution.h:32
TArray< float > Values
Definition Distribution.h:35
uint8 LockFlag
Definition Distribution.h:50
Definition Distribution.h:58