Navigation
API > API/Plugins > API/Plugins/RemoteControlComponents > API/Plugins/RemoteControlComponents/FRemoteControlComponentsUtils
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FGuid GetPropertyGuid
(
TConstArrayView< UObject* > InOuterObjects, |
RemoteControlComponentsUtils.h | ||
static FGuid GetPropertyGuid
(
UObject* InOwnerObject, |
RemoteControlComponentsUtils.h |
GetPropertyGuid(TConstArrayView< UObject >, const FProperty )
| Name | GetPropertyGuid |
| Type | function |
| Header File | /Engine/Plugins/Experimental/RemoteControlComponents/Source/RemoteControlComponents/Public/RemoteControlComponentsUtils.h |
| Include Path | #include "RemoteControlComponentsUtils.h" |
| Source | /Engine/Plugins/Experimental/RemoteControlComponents/Source/RemoteControlComponents/Private/RemoteControlComponentsUtils.cpp |
static FGuid GetPropertyGuid
(
TConstArrayView< UObject * > InOuterObjects,
const FProperty * InProperty
)
GetPropertyGuid(UObject *, const FRCFieldPathInfo &)
| Name | GetPropertyGuid |
| Type | function |
| Header File | /Engine/Plugins/Experimental/RemoteControlComponents/Source/RemoteControlComponents/Public/RemoteControlComponentsUtils.h |
| Include Path | #include "RemoteControlComponentsUtils.h" |
| Source | /Engine/Plugins/Experimental/RemoteControlComponents/Source/RemoteControlComponents/Private/RemoteControlComponentsUtils.cpp |
static FGuid GetPropertyGuid
(
UObject * InOwnerObject,
const FRCFieldPathInfo & InFieldPathInfo
)