FNodeVisit

Node visit structure.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Animation/AnimBlueprintGeneratedClass.h

Include

#include "Animation/AnimBlueprintGeneratedClass.h"

Syntax

struct FNodeVisit

Remarks

Node visit structure.

Variables

Name Description

Public variable

int32

 

SourceID

Public variable

int32

 

TargetID

Public variable

float

 

Weight

Constructors

Name Description

Public function

FNodeVisit

(
    int32 InSourceID,
    int32 InTargetID,
    float InWeight
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss