Navigation
API > API/Plugins > API/Plugins/XRCreative > API/Plugins/XRCreative/AXRCreativeAvatar
References
| Module | XRCreative |
| Header | /Engine/Plugins/Experimental/XRCreativeFramework/Source/XRCreative/Public/XRCreativeAvatar.h |
| Include | #include "XRCreativeAvatar.h" |
| Source | /Engine/Plugins/Experimental/XRCreativeFramework/Source/XRCreative/Private/XRCreativeAvatar.cpp |
UFUNCTION (BlueprintCallable, Category="XR Creative")
void UnregisterObjectForInput
(
UObject * Object
)
Remarks
Unregisters the given object with the Avatar's Input Component
Parameters
| Name | Description |
|---|---|
| Object | The object to unregister |