UDistributionFloat::NeedsLoadForEditorGame

Called during saving to include this object in client/servers running in editor builds, even if they wouldn't normally be.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UObject::NeedsLoadForEditorGame()

UDistributionFloat::NeedsLoadForEditorGame()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Distributions/DistributionFloat.h

Include

#include "Distributions/DistributionFloat.h"

Source

/Engine/Source/Runtime/Engine/Private/Distributions.cpp

Syntax

virtual bool NeedsLoadForEditorGame() const

Remarks

Called during saving to include this object in client/servers running in editor builds, even if they wouldn't normally be. If false, this object will still get loaded if NeedsLoadForServer/Client are true

Returns

true if this object should always be loaded for games running in editor builds