Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/TReferencePose
Description
Get the LOD level of the 'source' of this pose. If this pose is generated from a dynamic source, such as a skeletal mesh component, returns the LOD of the component TODO: As the predicted LOD level can vary across the frame, the LOD should be cached at a module-component level so modules have a consistent view of the current LOD across the frame. For now we are OK as the LOD level is precalculated in the mesh component and we have manual tick dependencies set up to prevent races on the value
| Name | GetSourceLODLevel |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/ReferencePose.h |
| Include Path | #include "ReferencePose.h" |
int32 GetSourceLODLevel() const