UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
DataflowNodeParameters.h File Reference

Go to the source code of this file.

Classes

struct  UE::Dataflow::FRenderingParameter
 
struct  UE::Dataflow::FContextPerfData
 
struct  UE::Dataflow::FContextPerfData::FData
 
struct  UE::Dataflow::FContextCallstack
 
struct  UE::Dataflow::FContextCallstack::FEntry
 
class  UE::Dataflow::FScopedOptionalLock
 
class  UE::Dataflow::FContext
 
struct  UE::Dataflow::FContextScopedCallstack
 
class  UE::Dataflow::FContextSingle
 
class  UE::Dataflow::FContextThreaded
 

Namespaces

namespace  UE
 
namespace  UE::Dataflow
 

Macros

#define DATAFLOW_EDITOR_EVALUATION   WITH_EDITOR
 
#define DATAFLOW_CONTEXT_INTERNAL(PARENTTYPE, TYPENAME)
 

Macro Definition Documentation

◆ DATAFLOW_CONTEXT_INTERNAL

#define DATAFLOW_CONTEXT_INTERNAL (   PARENTTYPE,
  TYPENAME 
)
Value:
typedef PARENTTYPE Super; \
static FName StaticType() { return FName(#TYPENAME); } \
virtual bool IsA(FName InType) const override { return InType==StaticType() || Super::IsA(InType); } \
virtual FName GetType() const override { return StaticType(); }
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition NameTypes.h:617
ECollisionShapeType GetType(const Chaos::FImplicitObject &InGeometry)
Definition ChaosInterfaceWrapperCore.h:105

◆ DATAFLOW_EDITOR_EVALUATION

#define DATAFLOW_EDITOR_EVALUATION   WITH_EDITOR