FSocketReference::HasValidSetup

There are subtle difference between this two IsValid function First one says the configuration had a valid socket as mesh index is valid Second one says the current bonecontainer doesn't contain it, meaning the current LOD is missing the joint that is required to evaluate Although the expected behavior is ambiguous, I'll still split these two, and use it accordingly

Windows
MacOS
Linux

References

Module

AnimGraphRuntime

Header

/Engine/Source/Runtime/AnimGraphRuntime/Public/BoneControllers/AnimNode_SkeletalControlBase.h

Include

#include "BoneControllers/AnimNode_SkeletalControlBase.h"

Syntax

bool HasValidSetup() const

Remarks

There are subtle difference between this two IsValid function First one says the configuration had a valid socket as mesh index is valid Second one says the current bonecontainer doesn't contain it, meaning the current LOD is missing the joint that is required to evaluate Although the expected behavior is ambiguous, I'll still split these two, and use it accordingly

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