Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/FInstancedOverridablePropertyBag
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsPropertyOverriden
(
const FGuid& InPropertyID |
Returns whether the given property is overriden. | StructUtils/OverridablePropertyBag.h | |
bool IsPropertyOverriden
(
const FName InPropertyName |
Returns whether the given property is overriden. | StructUtils/OverridablePropertyBag.h |
IsPropertyOverriden(const FGuid &)
Description
Returns whether the given property is overriden.
| Name | IsPropertyOverriden |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/StructUtils/OverridablePropertyBag.h |
| Include Path | #include "StructUtils/OverridablePropertyBag.h" |
| Source | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Private/StructUtils/OverridablePropertyBag.cpp |
bool IsPropertyOverriden
(
const FGuid & InPropertyID
) const
IsPropertyOverriden(const FName)
Description
Returns whether the given property is overriden.
| Name | IsPropertyOverriden |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/StructUtils/OverridablePropertyBag.h |
| Include Path | #include "StructUtils/OverridablePropertyBag.h" |
| Source | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Private/StructUtils/OverridablePropertyBag.cpp |
bool IsPropertyOverriden
(
const FName InPropertyName
) const