Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UAnimInstance
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T & GetProxyOnGameThread () |
Access the proxy but block if a task is currently in progress as it wouldn't be safe to access it | Animation/AnimInstance.h | |
const T & GetProxyOnGameThread () |
Access the proxy but block if a task is currently in progress as it wouldn't be safe to access it | Animation/AnimInstance.h |
GetProxyOnGameThread()
Description
Access the proxy but block if a task is currently in progress as it wouldn't be safe to access it
| Name | GetProxyOnGameThread |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimInstance.h |
| Include Path | #include "Animation/AnimInstance.h" |
template<typename T>
T & GetProxyOnGameThread()
GetProxyOnGameThread()
Description
Access the proxy but block if a task is currently in progress as it wouldn't be safe to access it
| Name | GetProxyOnGameThread |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimInstance.h |
| Include Path | #include "Animation/AnimInstance.h" |
template<typename T>
const T & GetProxyOnGameThread() const