Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/FInstancedOverridablePropertyBag
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TConstArrayView< FGuid > GetOverridenPropertyIDs () |
Gets the IDs of overriden properties, i.e. properties that have override values. | StructUtils/OverridablePropertyBag.h | |
void GetOverridenPropertyIDs
(
ContainerType& OutPropertyIDs |
Gets the IDs of overriden properties, i.e. properties that have override values. | StructUtils/OverridablePropertyBag.h |
GetOverridenPropertyIDs()
Description
Gets the IDs of overriden properties, i.e. properties that have override values.
| Name | GetOverridenPropertyIDs |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/StructUtils/OverridablePropertyBag.h |
| Include Path | #include "StructUtils/OverridablePropertyBag.h" |
TConstArrayView< FGuid > GetOverridenPropertyIDs() const
GetOverridenPropertyIDs(ContainerType &)
Description
Gets the IDs of overriden properties, i.e. properties that have override values.
| Name | GetOverridenPropertyIDs |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/StructUtils/OverridablePropertyBag.h |
| Include Path | #include "StructUtils/OverridablePropertyBag.h" |
template<typename ContainerType>
void GetOverridenPropertyIDs
(
ContainerType & OutPropertyIDs
) const