Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/FPoseValueBundle
Description
Cast a CoW reference to a mutable FPoseValueBundle, returning nullptr if the bundle is empty. Checks mutability internally so the caller doesn't have to.
Typical usage: FValueBundleCoWRefInputRef=Evaluator.GetEvaluationStack().Pop();FPoseValueBundle*Pose=FPoseValueBundle::AsMutable(InputRef);
| Name | AsMutable |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAF/ValueRuntime/PoseValueBundle.h |
| Include Path | #include "UAF/ValueRuntime/PoseValueBundle.h" |
template<typename CoWRefType>
static FPoseValueBundle * AsMutable
(
CoWRefType & Ref
)